home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Freeware / MozBackup 1.4.5 / MozBackup-1.4.5-ENG.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-08-27  |  2.6 KB  |  58 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=MozBackup
  4. AppVerName=MozBackup 1.4.5
  5. AppId=MozBackup
  6. AppPublisher=Pavel Cvrcek
  7. AppPublisherURL=http://mozbackup.jasnapaka.com/
  8. AppSupportURL=http://mozbackup.jasnapaka.com/
  9. AppUpdatesURL=http://mozbackup.jasnapaka.com/
  10. DefaultDirName={pf}\MozBackup
  11. DefaultGroupName=MozBackup
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\Backup.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\backup.ini"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\Default.lng"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\changelog.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\dll\UnzDll.dll"; DestDir: "{app}\dll"; Flags: ignoreversion 
  26. Source: "{app}\dll\ZipDll.dll"; DestDir: "{app}\dll"; Flags: ignoreversion 
  27. Source: "{app}\dll\ResDlls.res"; DestDir: "{app}\dll"; Flags: ignoreversion 
  28. Source: "{app}\dll\DelZip179.dll"; DestDir: "{app}\dll"; Flags: ignoreversion 
  29. [INI]
  30. FileName: "{app}\Backup.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://mozbackup.jasnapaka.com/"; 
  31. FileName: "{app}\Support.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://forum.jasnapaka.com/"; 
  32. [Run]
  33. Filename: "{app}\Backup.exe"; Description: "{cm:LaunchProgram,MozBackup}"; Flags: postinstall skipifsilent nowait
  34. [Icons]
  35. Name: "{group}\MozBackup"; Filename: "{app}\Backup.exe"; WorkingDir: "{app}"; 
  36. Name: "{group}\Homepage"; Filename: "{app}\Backup.url"; 
  37. Name: "{group}\Support"; Filename: "{app}\Support.url"; 
  38. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  39. Name: "{userdesktop}\MozBackup"; Filename: "{app}\Backup.exe"; Tasks: desktopicon; 
  40. [Tasks]
  41. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  42. [UninstallDelete]
  43. Type: files; Name: "{app}\Backup.url"; 
  44. [CustomMessages]
  45. eng.NameAndVersion=%1 version %2
  46. eng.AdditionalIcons=Additional icons:
  47. eng.CreateDesktopIcon=Create a &desktop icon
  48. eng.CreateQuickLaunchIcon=Create a &Quick Launch icon
  49. eng.ProgramOnTheWeb=%1 on the Web
  50. eng.UninstallProgram=Uninstall %1
  51. eng.LaunchProgram=Launch %1
  52. eng.AssocFileExtension=&Associate %1 with the %2 file extension
  53. eng.AssocingFileExtension=Associating %1 with the %2 file extension...
  54. [Languages]
  55. ; These files are stubs
  56. ; To achieve better results after recompilation, use the real language files
  57. Name: "eng"; MessagesFile: "embedded\eng.isl"; 
  58.